home *** CD-ROM | disk | FTP | other *** search
- ' AUTOEX.DEF - Sample definition file of the autoexec feature of PullDown
- ' Requested by a beta site on 10/11/90
- ' Syntax: !AUTO!
- ' ' Followed by any number of valid .DEF commands...
- ' .
- ' .
- ' ###
- '
- ' NOTES: - !AUTO! must be capitalized, and can occur ANYWHERE
- ' within the definition, even at the end of the file.
- ' - Only ONE occurence is permitted, all subsequent
- ' calls are ignored completely.
- ' - MAXDEFS=nn *still* must be the first line in the
- ' .DEF file to operate properly.
- ' - Command line parameter IGNOREAUTO causes *all* !AUTO!
- ' commands to be ignored completely, just as if the system
- ' had just loaded the .DEF file prior.
-
- !AUTO!
- SCROLLBOX=Sample.HLP,About Automatic Selections
- YORN=Continue with Automatic Execution?
- +echo off
- +cls
- +echo You could place any commands here, and PullDown
- +echo would execute them normally, and then return to
- +echo the .DEF file the !AUTO! selection was found in.
- +echo.
- +echo Press any key to return to the menu shell......
- +pause > NUL
- +pulldwn
- ' ^^ You will REMAIN in DOS if you omit this command!
-
- DEF
- %Return
-
- %Main Menu
- @PULLDWN.DEF
-
- %Advanced Menu
- @ADVANCED.DEF
-
- %-
-
- %Lotus Magellan
- +echo off
- +cls
- +command/c mg
- +pulldwn
-
- ' EOF AUTOEX.DEF sample of autoexec commands within a .DEF file.
- ' SLH 10/11/90
-
-
-
-
-